A. Maps the specified absolute path to virtual path
B. Maps the specified virtual path to a physical path
C. All of the above
D. None of the above
Advertisement
Related Mcqs:
- Explain the significance of Server .MapPath ?
- A. Returns the Virtual Path of the web folder B. Maps the specified virtual path to Physical path C. Returns the physical file path that corresponds to virtual specified path D. All of the above...
- Whats is the significance of Response.ClearHeaders( ) ?
- A. Clears all the section value from rendered HTML File B. Clears the content of the Rendered page C. Clears all Headers from the buffer stream D. None of the above...
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
- What is the significance of Response.AddHeaders( ) ?
- A. Adds HTTP Headers to output stream B. Adds Tag to rendered Page C. Add Headers to the web site D. None of the above...
- Which DLL translate XML to SQL in IIS ?
- A. SQLIIS.dll B. LISXML.dll C. SQLISAPI.dll D. SQLXML.dll...
- The Asp.net server control, which provides an alternative way of displaying text on web page, is_________________?
- A. B. C. D. None of these...
- In order to prevent a browser from caching a page which of these xstatements should be written ?
- A. Response.Cache.SetNoServerCaching(); B. Response.Cache.SetNoCaching(); C. Response.Cache.SetNoStore(); D. None of these...
- I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
- A. Load() B. Unload( ) C. PreRender( ) D. None of the Above...
- Which of the following is true ?
- A. IsPostBack is a readonly property of System.Web.UI.Page class B. IsPostBack is a method of System.UI.Web.Page class C. IsPostBack is a method of System.Web.UI.Page class D. None of these...
Advertisement